home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TVOLCTRLFORM / TVOLCTRLFORM.txt
Text File  |  1998-09-03  |  2KB  |  85 lines

  1. object VolCtrlForm: TVolCtrlForm
  2.   Left = 841
  3.   Top = 105
  4.   BorderStyle = bsNone
  5.   Caption = 'Vol'
  6.   ClientHeight = 100
  7.   ClientWidth = 104
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainPanel: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 64
  21.     Height = 83
  22.     BevelInner = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 3
  26.       Top = 2
  27.       Width = 32
  28.       Height = 13
  29.       Caption = 'Master'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 40
  33.       Top = 2
  34.       Width = 15
  35.       Height = 13
  36.       Caption = 'CD'
  37.     end
  38.     object VolumeControl1: TgbVolumeControl
  39.       Left = 8
  40.       Top = 14
  41.       Width = 18
  42.       Height = 63
  43.       LineSize = 256
  44.       Max = 65535
  45.       Orientation = trVertical
  46.       PageSize = 4096
  47.       Frequency = 8192
  48.       Position = 65535
  49.       SelEnd = 0
  50.       SelStart = 0
  51.       TabOrder = 0
  52.       TickMarks = tmBoth
  53.       TickStyle = tsNone
  54.       DefaultDevice = ddMaster
  55.       ShowPopup = False
  56.     end
  57.     object VolumeControl2: TgbVolumeControl
  58.       Left = 40
  59.       Top = 14
  60.       Width = 18
  61.       Height = 63
  62.       LineSize = 256
  63.       Max = 65535
  64.       Orientation = trVertical
  65.       PageSize = 4096
  66.       Frequency = 8192
  67.       Position = 65535
  68.       SelEnd = 0
  69.       SelStart = 0
  70.       TabOrder = 1
  71.       TickMarks = tmBoth
  72.       TickStyle = tsNone
  73.       DefaultDevice = ddCD
  74.       ShowPopup = False
  75.     end
  76.   end
  77.   object SaveSettings: TgbSaveSettings
  78.     StoreSize = False
  79.     IniFileName = 'RCCD'
  80.     SectionName = 'Volume Form'
  81.     RegistryKey = '\Software\GaJITS\'
  82.     Left = 72
  83.   end
  84. end
  85.